1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/nmbd
Andrew Tridgell b30e75692d replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor
limit that we hit with nasty consequences on some systems

I would eventually prefer us to have a configure test to see if we need
to replace stdio, but for now this code needs to be tested widely so
I'm enabling it by default.
(This used to be commit 1af8bf34f1)
2001-09-10 11:08:57 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
asyncdns.c Added sys_fork() and sys_getpid() functions to stop the overhead 2000-05-02 02:23:41 +00:00
nmbd_become_dmb.c Only register the #1b name if we are ROLE_DOMAIN_PDC rather than 2001-08-24 19:21:40 +00:00
nmbd_become_lmb.c this looks like a big commit, but it isn't really :) 2000-01-07 06:55:36 +00:00
nmbd_browserdb.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
nmbd_browsesync.c this looks like a big commit, but it isn't really :) 2000-01-07 06:55:36 +00:00
nmbd_elections.c merge profile data changes from 2.2 2001-09-05 18:43:55 +00:00
nmbd_incomingdgrams.c got rid of USE_TDB_MMAP_FLAG as its not needed any more 2001-09-06 22:08:19 +00:00
nmbd_incomingrequests.c don't qsort a list less than 2 entries 2000-04-25 00:45:42 +00:00
nmbd_lmhosts.c The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a 1998-06-23 08:15:05 +00:00
nmbd_logonnames.c this looks like a big commit, but it isn't really :) 2000-01-07 06:55:36 +00:00
nmbd_mynames.c John Reillys fix for de-registering broadcast names (NT doesn't do this). 2000-11-17 00:33:06 +00:00
nmbd_namelistdb.c Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server 2001-08-26 06:43:39 +00:00
nmbd_namequery.c Fixes for varargs problems with std c. 2001-07-30 17:52:26 +00:00
nmbd_nameregister.c Fixes for varargs problems with std c. 2001-07-30 17:52:26 +00:00
nmbd_namerelease.c Fixes for varargs problems with std c. 2001-07-30 17:52:26 +00:00
nmbd_nodestatus.c Fixes for varargs problems with std c. 2001-07-30 17:52:26 +00:00
nmbd_packets.c Mismatched format and args. 2001-04-27 22:19:25 +00:00
nmbd_processlogon.c got rid of USE_TDB_MMAP_FLAG as its not needed any more 2001-09-06 22:08:19 +00:00
nmbd_responserecordsdb.c this looks like a big commit, but it isn't really :) 2000-01-07 06:55:36 +00:00
nmbd_sendannounce.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
nmbd_serverlistdb.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
nmbd_subnetdb.c Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server 2001-08-26 06:43:39 +00:00
nmbd_synclists.c merge profile data changes from 2.2 2001-09-05 18:43:55 +00:00
nmbd_winsproxy.c Modified auto alignment of ud[] struct on stack to be declared as an 2000-01-28 23:47:31 +00:00
nmbd_winsserver.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
nmbd_workgroupdb.c Fix insure-found parameter size missmatch. 2001-03-23 19:01:27 +00:00
nmbd.c replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00