summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-103-24/+34
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-103-23/+22
* libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider2011-05-103-15/+19
* libsmbconf: Convert smbconf_get_parameter() to sbcErr.Andreas Schneider2011-05-102-14/+12
* libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider2011-05-104-50/+81
* libsmbconf: Convert smbconf_delete_share() to sbcErr.Andreas Schneider2011-05-102-13/+21
* libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider2011-05-103-67/+84
* libsmbconf: Convert smbconf_create_share() to smbErr.Andreas Schneider2011-05-102-18/+24
* libsmbconf: Convert smbconf_get_share_names() to sbcErr.Andreas Schneider2011-05-102-33/+41
* libsmbconf: Convert smbconf_drop() to sbcErr.Andreas Schneider2011-05-102-12/+17
* libsmbconf: Convert smbconf_open() to sbcErr.Andreas Schneider2011-05-102-12/+16
* libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider2011-05-109-36/+48
* s3-printing: Fix double free of cups request.Günther Deschner2011-05-101-4/+0
* s3-printing: very obvious fix for cups_pull_comment_location().Günther Deschner2011-05-101-1/+1
* s3-events: tevent_internal.h is not a public headerAndrew Tridgell2011-05-101-1/+1
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-1030-98/+49
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-101-58/+29
* async_smb.c: convert cli->timeout properlyRusty Russell2011-05-101-1/+2
* gencache: don't use CLEAR_IF_FIRST as fallback.Rusty Russell2011-04-192-17/+6
* 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