kai/samba.git
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-06-15 Andrew Bartletts3-build: Do not write loadparm generated files into...
2012-06-15 Andrew Bartletts3-lib: Convert lib/events.c to modern tevent names
2012-06-15 Andrew Bartlettdocs: document new server role values
2012-06-15 Andrew Bartletts3-auth: rework default auth methods around the lp_serv...
2012-06-15 Andrew Bartlettlib/param: Use server role = 'standalone server' to...
2012-06-15 Andrew Bartlettlib/param: make security=domain and security=ads confli...
2012-06-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
2012-06-15 Andrew Bartletts3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating...
2012-06-15 Andrew Bartletts3-auth: Fix system info3 return to be just SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system token generation not to dereference...
2012-06-15 Andrew Bartletts3-auth: Give the SYSTEM token all privileges
2012-06-15 Stefan Metzmachers3:smb2_server: remember the request_time on an incomin...
2012-06-15 Stefan Metzmachers3:smbd: remember the request_time on an incoming request
2012-06-15 Stefan Metzmacherheimdal:lib/hdb: <config.h> needs to be the first header
2012-06-15 Stefan Metzmacherauth.idl: mark confidential attributes as [noprint]
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-15 Michael Adams3:smbd: change trans2.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_write.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg...
2012-06-15 Michael Adams3:smbd: change smb2_read.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_notify.c to use fsp_fnum_dbg(...
2012-06-15 Michael Adams3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg...
2012-06-15 Michael Adams3:smbd: change smb2_flush.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_find.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change smb2_close.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change smb2_break.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:smbd: change reply.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change pipes.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change oplock.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change open.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change nttrans.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change files.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: change fake_file.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change blocking.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:smbd: change aio.c to use fsp_fnum_dbg() for logging...
2012-06-15 Michael Adams3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.
2012-06-15 Michael Adams3:locking: change locking.c to use fsp_fnum_dbg()...
2012-06-15 Michael Adams3:locking: change brlock.c to use fsp_fnum_dbg() for...
2012-06-15 Michael Adams3:lib: add a utility function "fsp_fnum_dbg" for loggi...
2012-06-15 Michael Adams3:lib: elaborate the comment for fsp_str_debug a bit.
2012-06-15 Michael Adams3:lib: remove part of a comment for fsp_str_dbg that...
2012-06-15 Michael Adams3:smbd: change FNUM_FIELD_INVALID from -1 to 0
2012-06-15 Michael Adams3:smbd: use FNUM_FIELD_INVALID instead of literal -1
2012-06-15 Michael Adams3:include: define FNUM_FIELD_INVALID - the invalid...
2012-06-15 Michael Adams3:files: factor fsp_free() out of file_free()
2012-06-15 Michael Adams3:files: reorder file_free() a bit
2012-06-15 Michael Adams3:smbd: refactor fsp_new() out of file_new()
2012-06-15 Jelmer Vernooijwaf: Update to newer upstream snapshot.
2012-06-14 Jelmer Vernooijupdate-waf.sh: make mktemp happy by including anything...
2012-06-14 Jelmer Vernooijlib/util: Fix typo in comment.
2012-06-14 Björn Jackemake librpc/build_idl.sh more portable
2012-06-14 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-14 Stefan Metzmachers3:smbd: add a fsp_persistent_id() function
2012-06-14 Stefan Metzmachers3:smbd: only set fsp->fh->gen_id for a client connection
2012-06-14 Stefan Metzmachers3:smbd: try to make fsp->fh->gen_id as globally unique...
2012-06-14 Volker Lendeckes3: Simplify tdb_data_is_cstr a bit
2012-06-14 Stefan Metzmachertdb2: remove unused debug_fprintf() macro that breaks...
2012-06-14 Stefan Metzmachertdb: remove unused debug_fprintf() macro that breaks...
2012-06-14 Stefan Metzmacherlib/replace: define HAVE_WORKING_STRPTIME instead of...
2012-06-14 Stefan Metzmacherlib/replace: execute strptime.c tests
2012-06-14 Stefan MetzmacherRevert "replace: use replace for non 'samba' compliant...
2012-06-14 Stefan Metzmacherlib/replace: add more condition to add snprintf.c
2012-06-14 Stefan MetzmacherRevert "lib/replace: Fix snprintf() override for system...
2012-06-14 Stefan Metzmacherlib/replace: s/execute=1/execute=True
2012-06-13 Volker Lendeckes3: Fix a comment
2012-06-13 Björn Jackereplace: fix unused variable warning
2012-06-13 Björn JackeRevert "replace: fix unused variable warning"
2012-06-13 Björn Jackes3: fix build without ads support
2012-06-13 Björn Jackereplace: fix unused variable warning
2012-06-13 Björn Jackedoc: fix typo uniq → unique
2012-06-13 Stefan Metzmachers4:ntvfs: add '_fn' suffix to all ntvfs_ops function...
2012-06-12 Volker Lendeckes3: Use talloc_tos() in more places in dbwrap_util
2012-06-12 Volker Lendeckes3: Make --pw-nt-hash useable in smbclient
2012-06-12 Volker Lendeckes3: Add --pw-nt-hash to popt_common_credentials
2012-06-12 Volker Lendeckes3: Add cli_state->pw_nt_hash
2012-06-12 Volker Lendeckes3: Add user_auth_info->use_pw_nt_hash
2012-06-12 Stefan Metzmachers3-libsmbclient: change vnum to 0.2.0
2012-06-12 Volker Lendeckes3-libsmbclient: Add OptionUseNTHash
2012-06-12 Volker Lendeckes3: Add CLI_FULL_CONNECTION_USE_NT_HASH
2012-06-12 Volker LendeckeS3: Add ntlmssp_set_password_hash
2012-06-12 Volker Lendeckes3-libsmbclient: Make SMBC_call_auth_fn static
2012-06-12 Michael Adams4:smbd: fix typos
2012-06-12 Michael Adams4:kerberos: fix typos in kerberos-notes.txt
2012-06-12 Michael Adams4:gensec: fix a comment typo
2012-06-12 Michael Adams4:torture: fix use of non-existent word (existant)
2012-06-12 Michael Adams4:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adams4:provision: fix use of non-existent word (existant)
2012-06-12 Michael Adams4:registry:testsuite: fix use of non-existent word...
2012-06-12 Michael Adams4:heimdal: fix use of a non-existent word (existant)
2012-06-12 Michael Adams3:torture: fix use of non-existent word (existant)
2012-06-12 Michael Adams3:printing: fix use of a non-existent word (existant)
2012-06-12 Michael Adams3:vfs:scannedonly: fix use of non-existent word (existant)
2012-06-12 Michael Adamlibsmbclient: fix use of a non-existent word (existant)
2012-06-12 Michael Adamselftest: fix use of a non-existent word (existant)
2012-06-12 Michael Adamlib/testtools: fix use of a non-existent word (existant)
2012-06-12 Michael Adamtdb:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adamldb:tests: fix use of a non-existent word (existant)
next