talloc: try to fix the source4 build on AIX
[ira/wip.git] / source3 /
2009-06-07 Volker LendeckeAdd "net sam createdomaingroup"
2009-06-07 Volker LendeckeMore pdb_ads stuff
2009-06-07 Volker LendeckeAdd tldap_pull_uint32
2009-06-07 Volker LendeckeMake "net sam list" work for groups, aliases and builtins
2009-06-07 Volker LendeckeReturn full info in pdb_ads_search_users()
2009-06-07 Volker LendeckeFix syntax of sending a delete request
2009-06-07 Volker Lendeckereq_del and req_abandon are ASN1_APPLICATION_SIMPLE
2009-06-07 Volker LendeckeFix after making tldap independent of ldap.h
2009-06-07 Günther Deschners3-groupdb: fix enum_aliasmem in ldb branch.
2009-06-07 Günther Deschners3-samr: fix return code of _samr_LookupRids when run...
2009-06-07 Günther Deschners3-samr: SetGroupInfo level 1 should not return NT_STAT...
2009-06-06 Günther Deschners3-samr: fix _QueryDisplayInformation r->out.returned_size.
2009-06-06 Günther Deschners3-samr: remove total_data_size variable in _samr_Query...
2009-06-06 Günther Deschners3-samr: let _samr_SetGroupInfo level 3 just pass with...
2009-06-06 Günther Deschners3-samr: _samr_EnumDomain{Users,Groups} need to return...
2009-06-06 Günther Deschners3-samr: cosmetic fixes for _samr_QueryDisplayInfo.
2009-06-06 Volker LendeckeAttempt to fix the build without system-ldap.
2009-06-06 Karolin Seegers3/passdb: Fix debug message: 'net setmaxrid' does...
2009-06-06 Volker LendeckeAdd an early prototyp of pdb_ads.c.
2009-06-06 Volker LendeckeAdd some samba-style tldap utility functions
2009-06-06 Volker LendeckeAdd the early start of an async ldap library
2009-06-06 Stefan Metzmachers3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share...
2009-06-06 Stefan Metzmachers3:smbd: return the same things as Windows 7 for SMB2...
2009-06-06 Volker LendeckeAllow AF_UNIX for open_socket_out
2009-06-06 Günther Deschners3-winbindd: add some debug statements while tracking...
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_flush() into a tevent_req...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_create() into a tevent_req...
2009-06-05 Stefan Metzmachers3:smbd: fix the build in smb2_ioctl.c
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALS
2009-06-05 Stefan Metzmachers3:smbd: add support for STATUS_BUFFER_OVERFLOW to...
2009-06-05 Stefan Metzmachers3:smbd: keep the chain_fsp for SMB2 requests
2009-06-05 Stefan Metzmachers3:smbd: fix the logic for compounded requests
2009-06-05 Stefan Metzmachers3:smbd: only setup the dyn iovec if a a dyn blob is...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEI...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Read on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Write on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Create on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_write() into tevent_req based...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_read() into tevent_req based...
2009-06-05 Stefan Metzmachers3:smbd: make smbd_server_connection_terminate() a...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-05 Stefan Metzmachers3:smbd: add support for printers to SMB2 Create
2009-06-05 Slava Semushinsource3/torture/vfstest.c(process_file): fixed file...
2009-06-05 Volker LendeckeFix a couple of warnings in log2pcaphex.c
2009-06-05 Volker LendeckeFix bug 6392: Exit log2pcaphex if a requested output...
2009-06-04 Jelmer Vernooijclikrb5: Prefer krb5_free_keytab_entry_contents to...
2009-06-04 Stefan Metzmachers3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREA...
2009-06-04 Stefan Metzmachers3:smbd: call set_current_service() when a SMB2 tcon...
2009-06-04 Stefan Metzmachers3:smbd: fix potential fsp leak if print_fsp_open(...
2009-06-04 Björn Jackes3: map NetBSD's errno on posix open calls for symlinks
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-06-03 Jeremy AllisonFix bug #2356 - smbclient -t <term code> no longer...
2009-06-03 Björn Jackes3: correct check for usleep value boundaries
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Write
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create
2009-06-03 Stefan Metzmachers3:smbd: add smbd_smb2_fake_smb_request()
2009-06-03 Stefan Metzmachers3:smbd: return more details in the SMB2 Tree Connect...
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-06-03 Stefan Metzmachers3:smbd: add a lazy mode for conn_new() and conn_free...
2009-06-03 Stefan Metzmachers3:smbd: make make_connection_snum() non static
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move already_got_session to struct smbd_server...
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-06-03 Stefan Metzmachers3:smbd: move pending_auth_data list to struct smbd_ser...
2009-06-03 Jelmer VernooijMove findstatic.pl script to top-level.
2009-06-03 Stefan Metzmachers3:smbd: remove old comment, we support SMB2 signing now
2009-06-03 Stefan Metzmachers3:smbd: allow SMB2 only if we don't use security ...
2009-06-02 Jelmer VernooijMove mount.cifs/umount.cifs to the top level and remove...
2009-06-02 Volker LendeckeSupport getting gpfs birthtime
2009-06-02 Mathias DietzStore winattrs in GPFS
2009-06-02 Volker LendeckeAdd a "connectpath" operation to the shadow_copy2 module
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-06-02 Volker LendeckeRemove a variable used just once
2009-06-01 Jeremy AllisonFix bug #6419 - smbclient -L 127.0.0.1" displays "netbi...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-31 Volker LendeckeFix some nonempty blank lines
2009-05-30 Jeremy AllisonFix bug #6421 - POSIX read-only open fails on read...
2009-05-30 Simo SorceMake it possible to change machine account sids
2009-05-30 Simo SorceRemove trailing whitespaces
2009-05-30 Jeremy AllisonSimplify the dropbox patch
2009-05-30 Volker LendeckeMove ads flags mapping to lib/
2009-05-30 Günther Deschners3-selftest: Fix invalid /etc/group file used with...
2009-05-30 Kai Blinlibwbclient: Store the winbind socket dir to use in...
2009-05-30 Kai Blinlibwbclient: Add async call framework.
2009-05-29 Volker LendeckeRe-Add the "dropbox" functionality with -wx rights...
2009-05-29 Jeremy AllisonMake cli_nt_delete_on_close() async.
2009-05-29 Michael Adams3:pdbedit: fix "format not a string literal and no...
2009-05-29 Michael Adams3:add prototype of map_nt_error_from_wbcErr() to proto.h
next