r955: Update debian package rules... builds now
[ira/wip.git] / source4 / smbd /
2007-10-10 Andrew Tridgellr924: got rid of the global well-known SIDs, instead...
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Stefan Metzmacherr869: convert SUBSYSTEM PROCESS_MODEL to a *.mk file
2007-10-10 Stefan Metzmacherr866: convert the rest of the binaries to config.mk...
2007-10-10 Stefan Metzmacherr864: convert the smbd/* code to a config.mk file
2007-10-10 Stefan Metzmacherr858: - remove unused account policy stuff it's in...
2007-10-10 Stefan Metzmacherr755: - disallow process_model _thread when we don...
2007-10-10 Andrew Bartlettr719: Follow the trend - remove more unused functions.
2007-10-10 Andrew Tridgellr718: removed some more unused code, and two source...
2007-10-10 Andrew Bartlettr685: The SAM is dead! Long live the new SAM! ;-)
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Andrew Bartlettr620: Remove more ununsed code.
2007-10-10 Andrew Bartlettr619: Remove more code that is no longer called.
2007-10-10 Stefan Metzmacherr277: fix the initialisation of subsystems for process...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr99: make sure we reap child processes in the standard...
2007-10-10 Gerald Carterr42: importing .cvsignore files
2004-02-03 Stefan Metzmacher- port AUTH and PASSDB subsystems to new
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*
2004-02-02 Stefan Metzmacherconst fixes
2004-02-02 Stefan Metzmacher- we now specify the object files in the subsystems...
2004-01-28 Stefan Metzmacher- cosmetic fix in configure.in
2004-01-28 Stefan Metzmachermerge the version.h autogeneration stuff from 3.0
2004-01-22 Stefan Metzmacher- move the vars used by the backtrace stuff into the...
2004-01-22 Stefan Metzmacherfix last commit, which went in by mistake
2004-01-22 Stefan Metzmacherinitilize ev->maxfd = EVENT_INVALID_MAXFD; before the...
2004-01-09 Stefan MetzmacherUpdate Copyright to 1992-2004
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-16 Andrew Tridgelluse smb_rwlock_t instead of rwlock_t to avoid conflicts...
2003-12-13 Andrew Tridgellcompleted the linkage between the endpoint mapper and...
2003-12-13 Andrew Tridgelldcerpc over tcp in the samba4 server now works to some...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-12-10 Andrew Tridgellthe rest of the initial rpc server side infrastructure
2003-12-10 Andrew Tridgell * removed some unused code
2003-12-04 Andrew Tridgellmerged more updates from Jim Myers
2003-12-04 Andrew Tridgell* patch based on work by Jim Myers to unify the ioctl...
2003-11-23 Andrew Tridgellreduced the number of magic types we need in mkproto.pl
2003-10-30 Andrew Tridgell- a few portability fixes from Jim Myers
2003-09-02 Andrew Tridgellthanks to ntfsd and some google searches I worked out...
2003-08-31 Andrew TridgellI think I've finally got the ascii/unicode issues right...
2003-08-15 Andrew Tridgellascii/unicode fixes in ascii mode found by smbtorture
2003-08-15 Andrew Tridgell- patch to fix a memory leak from metze
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Herb Lewisrename mutex_t to smb_mutex_t to prevent name collision
2003-08-15 Andrew Tridgellfixed some places where we don't brace (flags & STR_UNI...
2003-08-15 Andrew Tridgella few build fixes to try to get irix building
2003-08-13 Andrew Tridgell- added SMBntrename test suite
2003-08-13 Andrew Tridgellcheck for an invalid TID in reply_exit()
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code