s3-auth Use else if in do_map_to_guest_server_info
[amitay/samba.git] / source3 / lib /
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_o...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-29 Michael Adams3:g_lock: explicitly include dbwrap.h
2011-07-29 Michael Adams3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.c
2011-07-28 Michael Adams3:libsmbconf: use lp_load_global() in the testsuite
2011-07-28 Michael Adams3:libnetapi: use lp_load_global()
2011-07-26 Christian Ambachs3:lib change default share security access mask
2011-07-22 Stefan Metzmachers3:lib/netapi: make use of cli_state_remote_name()
2011-07-21 Christian Ambachs3:afs make path argument to afs_syscall const
2011-07-21 Christian Ambachs3:lib/afs use stdbool types
2011-07-21 Christian Ambachs3:lib/afs_settoken fix some compiler warnings
2011-07-21 Christian Ambachs3:lib/afs fix some compiler warnings
2011-07-21 Christian Ambachs3:lib/afs fix the build with --with-fake-kaserver
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Jeremy AllisonSecond part of fix for bug 8310 - toupper_ascii() is...
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-14 Andrew Bartletts3-lib Remove unused get_cmdline_auth_info_copy
2011-07-12 Björn Baumbachs3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR...
2011-07-12 Stefan Metzmachers3:lib: s/SMBkeepalive/NBSSkeepalive
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-08 Andrew Bartletts3-lib use True and False in bitmap.c
2011-07-06 Stefan Metzmachers3:sharesec: return an error if get_share_security...
2011-07-06 Stefan Metzmachers3:sharesec: also initialize pgranted if get_share_secu...
2011-07-06 Volker Lendeckes3: Follow the TALLOC_FREE convention in source3
2011-07-06 Volker Lendeckes3: Fix Coverity ID 2586 -- NO_EFFECT
2011-07-05 Christian Ambachs3:lib fix non-empty blank lines
2011-07-05 Volker Lendeckes3: Return "granted" from share_access_check
2011-07-04 Andrew Bartletts3-lib Move event_add_idle() to source3/lib/events.c
2011-07-04 Andreas Schneiders3-util: Add a get_remote_hostname() function.
2011-07-03 Volker Lendeckes3: Make cli_cm_open return NTSTATUS
2011-07-02 Andrew Bartlettparam: Finish conversion from lp_wins_support() ->...
2011-07-01 Gregor Becks3:smbldap: make smbldap_connect_system self contained
2011-07-01 Gregor Becks3:smbldap: add a destructor to smbldap_state, just...
2011-07-01 Gregor Becks3:smbldap: let smbldap_free_struct do what it claims to
2011-07-01 Gregor Becks3:smbldap: free the idle event scheduled in smbldap_op...
2011-07-01 Gregor Becks3:smbldap: use smbldap_state as memory context for...
2011-06-27 Christian Ambachs3:g_lock: g_lock.tdb should not be executable
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-24 Andrew Bartletts3-param Remove %(DomainSID) support
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-21 Andrew Tridgells3-smbd: longer explanation of smbd_shim code
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-20 Andrew Bartlettlib/util: Use common d_printf() in the whole codebase
2011-06-20 Andrew Bartlettlib/util Make unused d_vfprintf() static
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-06-20 Rusty Russellsource3/lib/util_tdb.c: operation timeout support for...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-20 Rusty Russelltdb2: tdb_parse_record() returns negative errors, not -1.
2011-06-20 Rusty Russelltdb_validate: TDB2 support for tdb_validate_child and...
2011-06-20 Rusty Russelltdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_chainunlock: ignore return value.
2011-06-20 Rusty Russelltdb_chainlock: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_transaction_cancel: ignore return value.
2011-06-20 Rusty Russelltdb_transaction_commit: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_store: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_delete: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-20 Rusty Russelltdb_compat.h: divert every tdb build and includes to...
2011-06-20 Rusty Russellsource3/lib/util.c: str_checksum to use Jenkins hash...
2011-06-17 Andrew Bartletterrors: reorder error codes for easier s3/s4 comparison
2011-06-12 Volker Lendeckes3: Add wins_server_tag_ips()
2011-06-10 Günther Deschnersource3/lib/privileges.h: fix licence/copyright
2011-06-10 Günther Deschnersource3/lib/netapi/libnetapi.h: fix licence/copyright
2011-06-10 Richard SharpeExport init_stat_ex_from_stat for use in VFS modules.
2011-06-09 Stefan Metzmachers3:lib/util: use %llu consitently (instead of %d) in...
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-lib Add myhostname_upper()
2011-06-09 Andrew Bartlettserver_id: Change format to vnn:pid.task_id, pid.task_i...
2011-06-09 Andrew Bartletts3-param Remove special case for global_scope()
2011-06-09 Andrew Bartletts3-param Remove special case for lp_workgroup()
2011-06-09 Andrew Bartletts3-lib Use domain in credentials file for domain in...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-lib Read and write the full struct server_id (except...
2011-06-09 Andrew Bartletts3-server_id Add task_id to server_id to match Samba4
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-09 Andrew Bartletts3-talloc Remove unused TALLOC zeronull functions and...
2011-06-06 Andreas Schneiders3-waf: Fix pthreadpool build which needs librt now.
2011-06-06 Volker Lendeckes3: Fix two debug messages
2011-06-06 Björn Jackes3/pthreadpool: replace bad portable gettimeofday by...
2011-06-06 Andrew Bartlettlib/util use modules_path(), data_path() and shlib_ext...
2011-06-06 Andrew Bartletts3-lib Remove unused lib_path()
2011-06-03 Jeremy AllisonAdd the same fix to the S3 event backend as the previou...
2011-06-01 Volker LendeckeRevert "s3: Mark sockets in error state writable"
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-05-31 Günther Deschners3: fix more -Wunused-but-set-variable build warnings.
next