summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove align_string(). No longer used.Jeremy Allison2012-08-221-1/+0
* s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2012-08-171-1/+1
* Fix strlower_m() to return an error indication.Jeremy Allison2012-08-091-1/+1
* Check error returns on strnorm().Jeremy Allison2012-08-091-1/+1
* Change strupper_m() to return a value.Jeremy Allison2012-08-091-1/+1
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-071-2/+0
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2012-07-241-0/+4
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-0/+1
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-231-2/+1
* Remove source3/lib/pidfile.cJeremy Allison2012-07-201-6/+0
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-3/+3
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-1/+1
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-3/+2
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-14/+0
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-81/+81
* Move set_thread_credentials_permanently() to set_thread_credentials()Jeremy Allison2012-07-111-4/+4
* Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison2012-07-091-0/+4
* Move copy_unix_token() from locking/locking.c to lib/util.c.Jeremy Allison2012-07-031-0/+1
* Add function set_thread_credentials_permanently(). Panic if fail.Jeremy Allison2012-07-031-0/+4
* s3-smbd: Remove deprecated 'share modes' option.Andreas Schneider2012-07-031-1/+0
* s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider2012-07-031-1/+0
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-211-2/+0
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-191-0/+1
* s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2012-06-151-0/+1
* S3: Add ntlmssp_set_password_hashVolker Lendecke2012-06-121-0/+2
* s3:include: move sys_acl prototypes to smb_acls.hStefan Metzmacher2012-06-061-30/+0
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-19/+0
* s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett2012-05-301-1/+1
* s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett2012-05-301-1/+1
* Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison2012-05-221-0/+1
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-141-3/+0
* s3-lib: Add const to sys_acl_to_textAndrew Bartlett2012-05-091-1/+1
* s3:util add sid_check_is_wellknown_builtin()Christian Ambach2012-05-011-0/+1
* s3-lib Add a way to allocate the task_id value in server_idAndrew Bartlett2012-04-301-0/+1
* s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett2012-04-181-5/+0
* s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()Stefan Metzmacher2012-04-171-0/+1
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-171-0/+1
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-1/+1
* make _lp_readraw() and _lp_writeraw() staticAndrew Bartlett2012-04-161-2/+0
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-10/+10
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2