1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source
Andrew Tridgell f34cac3b31 allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)
This allows embedded systems to compile out the higher debug
levels. It should gain speed as well as reducing the code
size. Setting it to 1 saves about 300k of code on my system.
0001-01-01 00:00:00 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 0001-01-01 00:00:00 +00:00
auth I think the lookup_pdc_name() should be called lookup_dc_name() and the 0001-01-01 00:00:00 +00:00
bin Ok, I know it's a language thing and it shouldn't matter.... but a kerberos 0001-01-01 00:00:00 +00:00
client fixed some krb5 ifdefs 0001-01-01 00:00:00 +00:00
codepages removed old unused files 0001-01-01 00:00:00 +00:00
groupdb added a boolean to the group mapping functions to specify if we need or 0001-01-01 00:00:00 +00:00
include allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile) 0001-01-01 00:00:00 +00:00
intl Ignore .po files. 0001-01-01 00:00:00 +00:00
lib fixed an off by 1 bug in talloc_asprintf() 0001-01-01 00:00:00 +00:00
libads added a propoer kerberos_kinit_password call 0001-01-01 00:00:00 +00:00
libsmb Added fetch_domain_sid. Not used in current code, but a nice example 0001-01-01 00:00:00 +00:00
locking After conversations with Andrew, improved the robustness of the 0001-01-01 00:00:00 +00:00
msdfs get rid of compiler warnings (casts and delete unused variables) 0001-01-01 00:00:00 +00:00
nmbd added -i option to nmbd, giving interactive mode (like winbindd) 0001-01-01 00:00:00 +00:00
nsswitch Fixed typo in fix for typo in debug. (-: 0001-01-01 00:00:00 +00:00
pam_smbpass Store some path names in global variables initialized to configure 0001-01-01 00:00:00 +00:00
param removed the #ifdef USING_GROUPNAME_MAP/#endif blocks 0001-01-01 00:00:00 +00:00
passdb Add a couple of extra debugs for the secrets.tdb stuff 0001-01-01 00:00:00 +00:00
po added de.msg from Andreas Moroder 0001-01-01 00:00:00 +00:00
popt stop popt from doing its own intl stuff 0001-01-01 00:00:00 +00:00
printing Use print_queue_length() by preference if we don't need a queue 0001-01-01 00:00:00 +00:00
profile Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. 0001-01-01 00:00:00 +00:00
rpc_client OK. Smbpasswd -j is DEAD. 0001-01-01 00:00:00 +00:00
rpc_parse OK. Smbpasswd -j is DEAD. 0001-01-01 00:00:00 +00:00
rpc_server added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS, 0001-01-01 00:00:00 +00:00
rpcclient This change reworkes the connection code for both rpcclient and net new 0001-01-01 00:00:00 +00:00
script added "net join" command 0001-01-01 00:00:00 +00:00
smbd Ensure we fill in the %U for NTLMSSP connections 0001-01-01 00:00:00 +00:00
smbwrapper Got medieval on another pointless extern. Removed extern struct ipzero 0001-01-01 00:00:00 +00:00
tdb changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now 0001-01-01 00:00:00 +00:00
tests Update to work with no crypt available, just like it will in Samba. 0001-01-01 00:00:00 +00:00
torture put sid_to_name behind the winbindd backend interface 0001-01-01 00:00:00 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
utils OK. Smbpasswd -j is DEAD. 0001-01-01 00:00:00 +00:00
web Store some path names in global variables initialized to configure 0001-01-01 00:00:00 +00:00
.cvsignore Ignore *.po objects, test tmpdirs, and ID files. 0001-01-01 00:00:00 +00:00
acconfig.h added the beginnings of ADS support in smbd 0001-01-01 00:00:00 +00:00
aclocal.m4 Added SWAT i18n feature: 0001-01-01 00:00:00 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
change-log global change from samba.anu.edu.au to samba.org 0001-01-01 00:00:00 +00:00
CodingSuggestions added "net join" command 0001-01-01 00:00:00 +00:00
config.guess Updated to latest from gnu.org. 0001-01-01 00:00:00 +00:00
config.sub Updated to latest from gnu.org. 0001-01-01 00:00:00 +00:00
configure merge from 2.2 0001-01-01 00:00:00 +00:00
configure.developer Change ./configure.developer to stay in effect across a 0001-01-01 00:00:00 +00:00
configure.in merge from 2.2 0001-01-01 00:00:00 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 0001-01-01 00:00:00 +00:00
Doxyfile Make CodingSuggestions show up in the Doxygen pages. 0001-01-01 00:00:00 +00:00
dynconfig.c Move all other paths into dynconfig 0001-01-01 00:00:00 +00:00
install-sh merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
internals.doc The big character set handling changeover! 0001-01-01 00:00:00 +00:00
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 0001-01-01 00:00:00 +00:00
Makefile.in merge from 2.2 0001-01-01 00:00:00 +00:00
parsing.doc Added info about parsing debug messages. 0001-01-01 00:00:00 +00:00
smbadduser JHT ==> Removed linefeed that caused problems. 0001-01-01 00:00:00 +00:00