Change check_path_syntax() to use the new next_mb_char_size() function
[ira/wip.git] / source3 / lib /
2004-03-17 Jeremy AllisonChange check_path_syntax() to use the new next_mb_char_...
2004-03-16 Jeremy AllisonAdd function next_mb_char_size() that returns a size_t...
2004-03-16 Alexander BokovoyFix check_path_syntax() for multibyte encodings which...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jim McDonoughGet MungedDial actually working with full TS strings...
2004-03-09 Andrew BartlettGiven how core this code is, I figure it should have...
2004-03-09 Andrew BartlettJRA's recent strstr_m work really badly broke our strin...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-07 Tim PotterFix typo.
2004-02-26 Andrew Tridgellfixed compilation with --enable-dmalloc
2004-02-23 Jim McDonoughJanitor for tpot...bugzilla #1098, msleep already exist...
2004-02-23 Jim McDonoughAdd bad password count/time attributes
2004-02-20 Jim McDonoughMake default lockout duration and reset count time...
2004-02-13 Jeremy AllisonMissed SAFE_FREE (typo).
2004-02-13 Jeremy AllisonAdded Andrew Bartlett's patch to use an allocated buffe...
2004-02-12 Gerald Cartermerge from old APP_HEAD
2004-02-11 Jeremy AllisonAdded James Peach's fix for #1038.
2004-02-10 Gerald Cartermore fixes from the static changes; please move static...
2004-02-09 Gerald Carterbug 1046 (patch from Bostjan Golob <golob@gimb.org...
2004-02-08 Andrew BartlettMore 'static' work.
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-02-08 Andrew BartlettAnother static function.
2004-02-04 Jeremy AllisonFix final valgrind errors with #830. Catch mb conversio...
2004-02-04 Jeremy AllisonFixup the allocate version of the function to do "crap...
2004-02-04 Jeremy AllisonWorking on #830. Cope with bad conversions better ...
2004-02-02 Andrew Tridgellthere are places in the samba3 code that don't check...
2004-02-02 Andrew Tridgellthe conversion from int to size_t in charcnv did not...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-27 Andrew BartlettClarify comment on set_effective_uid()
2004-01-26 Andrew BartlettAdd a few more NTSTATUS <=> PAM error mappings.
2004-01-25 Andrew BartlettFix removal of attributes in LDAP - we would not actual...
2004-01-23 Volker LendeckeFix decoding of base64. We got the length wrong when...
2004-01-22 Stefan Metzmacher* Add SIGABRT to fault handling
2004-01-15 Gerald Carter* BUG 446
2004-01-15 Stefan Metzmacher* Fix sys_chown() when no chown() is presend
2004-01-15 Stefan Metzmacher* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
2004-01-14 Stefan Metzmacherfix XFS quotas the macro changed from HAVE_XFS_QUOTA...
2004-01-07 Jeremy AllisonFix for bug #922. Fast path not called for strlower_m...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-06 Jeremy AllisonXFS quota patch from Stefan Metzmacher <metze@metzemix...
2004-01-06 Andrew BartlettPatch by Stefan Metzmacher <metze@metzemix.de>:
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-05 Jeremy AllisonAdded last missing file.
2004-01-05 Jeremy AllisonOops. Broke the build. Added missing files.
2004-01-05 Jeremy AllisonFix from James Flemer <jflemer@uvm.edu> to make HAVE_AT...
2004-01-05 Jeremy AllisonPatch from Stefan (metze) Metzmacher <metze at metzemix...
2004-01-05 Andrew BartlettAlways call the auto-init funciton - this avoids tdb...
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-30 Volker LendeckeThe AFS pts command always generates completely lower...
2003-12-26 Andrew BartlettBased on patch by Petri Asikainen <paca@sci.fi> fix...
2003-12-25 Andrew Bartlettldap rebind sleep -> ldap replication sleep
2003-12-25 Volker LendeckeThis is metze's LDAP rebind sleep patch:
2003-12-25 Volker LendeckeFix our parsing of the LDAP url. We get around it as...
2003-12-25 Andrew BartlettFix bug 916 - do not perform a + -> space substitution...
2003-12-11 Jeremy AllisonPatch from James Peach <jpeach@sgi.com>. Remove the...
2003-12-10 Alexander BokovoyFix #558 -- support ISO-8859-1 internally. Makes Solari...
2003-12-09 Gerald Carterfix bug in get_peer_name() caused by --enable-developer...
2003-12-08 Gerald Carterworking on bug 687; protect against null src strings...
2003-12-08 Gerald Cartermake sure we use a real network address in case there...
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-04 Gerald Cartersupport munged dial for ldapsam; patch from Aurélien...
2003-12-04 Gerald Carterdon't crash on a NULL priviledge pointer; patch from...
2003-12-01 Jeremy AllisonGet a little paranoid about memfree use in convert_stri...
2003-12-01 Gerald Carterfix inverted logic caused by s/strcmp/strequal/; host...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-26 Richard SharpeClean up a comment noticed by Jonathan Shao@Panasas...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-19 Rafal SzczesniakAdded useful information to debug lines.
2003-11-19 Jeremy AllisonLook at error before using it in debug statement.
2003-11-19 Jeremy AllisonLook at error before using it in debug statement.
2003-11-19 Rafal SzczesniakAdded useful information to debug lines.
2003-11-18 Rafal SzczesniakUseful debug message. Patch by metze.
2003-11-18 Rafal SzczesniakUseful debug message. Patch by metze.
2003-11-18 Jeremy AllisonRemove unneeded second open for filename ending in...
2003-11-18 Jeremy AllisonRemove unneeded second open for filename ending in...
2003-11-15 Simo SorceSplit smbldap in a core file and a utility file
2003-11-13 Richard SharpeSquelch some warnings with more casty-foo.
2003-11-13 Richard SharpeFix a couple of warnings with casts.
2003-11-07 Volker LendeckeFrom 3_0:
2003-11-07 Volker LendeckeImplement %i-Macro for the locally used IP address...
2003-11-07 Volker LendeckeFrom 3_0:
2003-11-07 Volker LendeckeSimple rename of get_socket_addr to get_peer_addr and...
2003-11-06 Tim PotterUndo accidentally committed stuff.
2003-11-06 Tim PotterIgnore tallocdump binary.
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-05 Tim PotterMerge from 3.0:
2003-11-05 Tim PotterMerge from 3.0:
2003-11-05 Gerald Cartermake sure that we expand %H (from vl); bug 612
2003-11-05 Gerald Cartermake sure that we expand %H (from vl); bug 612
2003-11-04 Tim PotterUse the actual size of the buffer in strftime instead...
2003-11-04 Jeremy AllisonFix for bug #703, try lowercase netgroups lookups.
2003-11-04 Jeremy AllisonFix for bug #703, try lowercase netgroups lookups.
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-11-02 Tim PotterCast to fix warning on Solaris sendfile - check buildfa...
next