summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-build: Move generated config.h and config.h.in to include/autoconfAndrew Bartlett2011-05-095-9/+14
* ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-05-081-2/+2
* s3-auth Add auth_samba4 moduleAndrew Bartlett2011-05-082-0/+141
* s3-passdb: added pdb_samba4Andrew Bartlett2011-05-083-0/+2126
* s3-passdb Redirect domain GUID and SID queries to the passdb stackAndrew Bartlett2011-05-081-0/+58
* build: Allow the C code to know if this is a waf buildAndrew Bartlett2011-05-081-0/+1
* s3-test: build smbtorture with --enable-developerAndrew Tridgell2011-05-081-1/+1
* s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett2011-05-087-354/+7
* s3-smbd: expose smbd_set_server_fd()Andrew Tridgell2011-05-083-29/+30
* s3-waf: expose the server_exit code in the smbd_base libraryAndrew Tridgell2011-05-081-1/+2
* Improve debug messages when creating socket directoriesAndrew Bartlett2011-05-081-5/+12
* libds: moved enum security_types to a common headerAndrew Tridgell2011-05-081-3/+0
* s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command lineAndrew Bartlett2011-05-081-0/+1
* s3: Fix including libsmb/proto.h without prior ads.hVolker Lendecke2011-05-071-0/+2
* Fix Samba3 on OpenIndiana.Gordon Ross2011-05-072-6/+22
* A couple more off-by-one calculations with strlcpy.Jeremy Allison2011-05-061-2/+2
* s3-includes: no need to globally include libads/ads_status.h.Günther Deschner2011-05-067-1/+10
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-0612-3/+15
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-0683-812/+936
* s3-proto: remove some duplicate prototypes.Günther Deschner2011-05-061-54/+0
* s3-spoolss: remove unused struct in construct_notify_printer_info().Günther Deschner2011-05-061-2/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-0668-8/+81
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-063-524/+1
* lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()Andrew Bartlett2011-05-063-9/+1
* errors: Remove unused unix_to_werror()Andrew Bartlett2011-05-061-6/+0
* libcli/util Move NTSTATUS table to the top levelAndrew Bartlett2011-05-062-726/+5
* nterr: Add mem_ctx for return string from get_nt_error_c_code()Andrew Bartlett2011-05-063-8/+7
* s3-smbd ntstatus_to_dos() pulls the DOS error codes out internallyAndrew Bartlett2011-05-061-5/+4
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-062-1215/+1
* errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.Andrew Bartlett2011-05-061-8/+9
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-063-54/+47
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-069-168/+7
* s3-winbind: another strlcpy()/fstring fixAndrew Tridgell2011-05-061-2/+2
* s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell2011-05-061-3/+3
* Fix const in smbtorture.Jeremy Allison2011-05-062-11/+10
* Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison2011-05-063-8/+19
* Fixup use of const.Jeremy Allison2011-05-061-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-0632-69/+65
* Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison2011-05-061-19/+18
* More const fixes... getting near the end now.Jeremy Allison2011-05-065-17/+17
* More simple const fixups.Jeremy Allison2011-05-0510-22/+22
* More simple const fixes.Jeremy Allison2011-05-0522-58/+58
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-0525-99/+107
* Fixup build without --with-aio.Jeremy Allison2011-05-051-1/+1
* More const compiler warning fixes.Jeremy Allison2011-05-056-29/+29
* Fix many const compiler warnings.Jeremy Allison2011-05-0523-76/+79
* Don't reuse a non-const pointer when manipulating const.Jeremy Allison2011-05-051-4/+3
* s3: Fix a typoVolker Lendecke2011-05-051-1/+1
* s3: Fix dup_smb2_vec3Volker Lendecke2011-05-051-1/+1
* s3-rpc_server: run minimal_includes.pl.Günther Deschner2011-05-057-8/+0