summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use prs_alloc_mem, not malloc, then there's no need to explicitly freeJeremy Allison2000-12-151-3/+0
* Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.Jeremy Allison2000-12-141-3/+1
* Raft of fixes - many of these will be merged into HEAD/appliance-head.Jeremy Allison2000-12-141-7/+16
* Merges from appliance-head (for the printing fix) and from HEAD (for theJeremy Allison2000-12-131-5/+26
* Merged in Tim's changes: Removed static limit of MAX_LOOKUP_SIDS in rpc serve...Jeremy Allison2000-12-121-5/+12
* file_lines_load/file_lines_pload can now optionally do a unix_to_dos() on read.Jeremy Allison2000-12-071-2/+2
* - Fix Makefile.in so that clisecdesc.o is in SMBCACLS_OBJ, not LIBSMB_OBJDavid O'Neill2000-12-061-8/+3
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-051-7/+18
* Syncup of smbcacls from HEAD. Removal of C++ comments.Jeremy Allison2000-12-041-3/+17
* Fixes merged back from HEAD.Jeremy Allison2000-12-021-0/+1
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-271-13/+15
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-6/+7
* Memory leak fix when adding a driver.Jeremy Allison2000-11-171-1/+2
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-2/+2
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-3/+4
* Merge of the printing fixes from HEAD to 2.2.Jeremy Allison2000-11-151-4/+9
* Sync up with HEAD with various fixes.Jeremy Allison2000-11-101-9/+8
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-071-0/+4
* merge of Simo's TDBPWD backend from HEADGerald Carter2000-10-311-0/+5
* Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David !Jeremy Allison2000-10-281-0/+3
* Added John Reillys patches to allow error returns from cleanup_driverstructJeremy Allison2000-10-261-1/+1
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-0/+1
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-6/+7
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-1/+2
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-8/+17
* Brought Tim's new initgroups winbind functionality. Now need to fixJeremy Allison2000-10-111-1/+2
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-111-0/+1
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-1/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-0/+1
* Syncup with HEAD.Jeremy Allison2000-10-101-9/+28
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-061-0/+1
* proto.h rebuild proto.hHerb Lewis2000-10-061-0/+2
* We now use our own vfs layer to do get/set acl calls (hurrah!).Jeremy Allison2000-10-061-0/+4
* smbd/lanman.c: pstring fstring fix.Jeremy Allison2000-10-061-1/+1
* Inlined several vfs_XXX calls to smb_macros for speed.Jeremy Allison2000-10-061-7/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-28/+27
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-3/+1
* new make protoHerb Lewis2000-10-041-1/+1
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+3
* Memleak fix for cache code.Jeremy Allison2000-10-021-1/+0
* Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don'tJeremy Allison2000-09-291-0/+4
* Added JF's samr adduser changes.Jeremy Allison2000-09-281-2/+2
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-5/+23
* Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-261-1/+10
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-201-1/+6
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-0/+2
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+3
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-4/+5
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-2/+4
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-2/+8