Move the bang (!) command back to the bottom of the list, allowing smbclient
[ira/wip.git] / source3 / lib /
2002-01-16 Jeremy AllisonSeparate out get_user_home_dir() from get_user_home_ser...
2002-01-16 Jeremy AllisonMerged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
2002-01-16 Jeremy AllisonFixup error mapping so we have only one table containin...
2002-01-16 Martin PoolRoll back PSTRING_SANCTIFY patch; just leave non-contro...
2002-01-15 Martin Pool#ifdef variable that's not used without dmalloc
2002-01-15 Martin PoolAdd constness to filenames passed to functions.
2002-01-14 Martin PoolFIXME We should turn the global list off when using...
2002-01-13 Andrew BartlettA couple of coding syle updates to follow the re-indent.
2002-01-13 Andrew BartlettRe-indent these two functions to make it actually possi...
2002-01-13 Andrew BartlettI'm doing some things towards the NamedPipes game with...
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-11 Jeremy AllisonLatest attempt at changeid.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-10 Tim PotterSpelling fix.
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2002-01-09 Martin PoolAdd two more memory-debug smbcontrol messages: these...
2002-01-09 Martin PoolAdd UNUSED(paramname) macro to be used in parameter...
2002-01-09 Martin PoolAdd harmless parentheses so that dmalloc doesn't get...
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-07 Herb Lewismerge changes from 2.2 branch to prevent smb.conf from...
2002-01-05 Andrew Tridgellsimple fix for creating blank data blobs
2002-01-05 Andrew BartlettAdd a talloc varient of the data_blob functions.
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2002-01-03 Jeremy AllisonDon't use static memory, malloc it...
2002-01-03 Jeremy AllisonFix the fix.... (sigh).
2002-01-03 Jeremy AllisonFixed embarressing 16k strack trashing bug :-(.
2002-01-03 Martin PoolMake talloctort call talloc_describe_all before exiting
2002-01-03 Martin PoolCope nicely with pools with no name.
2002-01-03 Martin Pooltalloc accounting now includes number of chunks and...
2002-01-03 Martin PoolSend back talloc allocation information when POOL_USAGE...
2002-01-03 Martin PoolAdd talloc_asprintf_append, which grows an existing...
2002-01-03 Martin Poolsmbd now sends a reply to MSG_REQ_POOL_USAGE, though...
2002-01-03 Martin Poolsmbd should register to receive MSG_REQ_POOL_USAGE...
2002-01-03 Martin PoolIf we receive a message that is not handled then emit...
2002-01-03 Martin Pooldebug output on receipt of message.
2001-12-31 Simo Sorceconst religion
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-30 Simo Sorcefreeing the wrong pointer, sorry my mistake.
2001-12-30 Simo Sorceutil_sid.c - respect a const variabile (addedd strdup)
2001-12-21 Andrew Tridgellfixed a typo in vsyslog()
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-20 Andrew Tridgellfixed warnings on irix and crash bug on big endian...
2001-12-20 Andrew Tridgellmuch better auto-init of valid_table[]. This should...
2001-12-20 Andrew Tridgellmark '.' as a valid character
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-19 Jeremy AllisonAdded AC_CHECK_FUNCS(syslog vsyslog).
2001-12-19 Andrew Tridgellfixed sid_compare_domain()
2001-12-19 Martin PoolUse less memory, but scribble all over it, just in...
2001-12-19 Martin PoolDoc how to reply to messages.
2001-12-19 Martin PoolMake TALLOC_CTX and talloc_chunk private to talloc.c.
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolPut PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
2001-12-19 Martin PoolDoc.
2001-12-19 Martin PoolStart adding some debugging features to talloc based...
2001-12-19 Martin PoolAdd a very trivial talloc torture program, bin/tallocto...
2001-12-18 Jeremy AllisonFixup JF's weird SID return :-).
2001-12-18 Tim PotterA fix to override the location of a user's home directo...
2001-12-17 Jean-François Mico... tidy up debug
2001-12-17 Andrew Tridgellobey "use mmap" on case tables
2001-12-15 Jeremy AllisonAdded HPUX ACL code.
2001-12-14 Jeremy AllisonAdded the group enum code from 2.2
2001-12-14 Simo SorceI see no reasons why we should limit username lenght...
2001-12-10 Martin PoolExplain why snprintf has to be overridden in this way.
2001-12-10 Tim PotterTypo spotting.
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-12-09 Andrew Tridgelladd smb_xvasprintf() panic wrapper around vasprintf
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-12-05 Andrew Tridgellfixed an off by 1 bug in talloc_asprintf()
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-04 Andrew Tridgellmoved init_account_policy() to the right place
2001-12-04 Andrew Tridgellconst religion in talloc calls
2001-12-04 Jeremy Allisonwinbindd friendly user_in_list code. Tested on a 65k...
2001-12-04 Jeremy AllisonMoved name_is_local to the correct place. Ooops.
2001-12-04 Jeremy AllisonTidyup of lib/username. Add name_is_local fn to determi...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-03 Andrew Tridgellput sid_to_name behind the winbindd backend interface
2001-12-03 Andrew Tridgelladded a basic ADS backend to winbind. More work needed...
2001-12-03 Andrew Tridgellre-enabled insure backtrace, calling /usr/bin/backtrace
2001-12-01 Andrew TridgellThe beginnings of alternative backends for winbindd
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-11-30 Jeremy AllisonEnsured the %G substitution exactly matches what the...
2001-11-29 Andrew Tridgellfixed typo
2001-11-29 Andrew Tridgellfixed toupper_w() and friends on big-endian
2001-11-29 Andrew Tridgell2nd attempt at fixing lame char tables on big endian...
2001-11-29 Andrew Tridgellfixed lame char tables on big endian machines
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-28 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-28 Andrew Tridgellturn off the insure xterm hack for now
2001-11-27 Andrew Tridgellallow printing of NULL pointers with internal snprintf
2001-11-27 Andrew Tridgellreverted incorrect patch
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-23 Martin PoolMore better now.
2001-11-23 Martin PoolQuieten gcc const warning.
2001-11-23 Tim PotterDon't initialise static pointers to NULL.
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-20 Jeremy AllisonMerged in JohnR's ping messaging extension.
2001-11-20 Andrew Tridgelladded strlcpy() and strlcat()
next